type testing.discard

3 uses

	testing (current package)
		benchmark.go#L818: 			w:      discard{},
		benchmark.go#L829: type discard struct{}
		benchmark.go#L831: func (discard) Write(b []byte) (n int, err error) { return len(b), nil }